php program:

- asks for user name
- says hello to the user

- demonstrates "if", "IF - ELSE" statements comparing two numbers
  you choose which is larger


do together
- demonstrate "for loop" running 10 times that:
- demonstrate "switch - case" to show what character was entered
  at keyboard

- demonstrate "while loop"

- demonstrate "do - while loop"